furny.jme.appstate
Class RootNodeState

java.lang.Object
  extended by com.jme3.app.state.AbstractAppState
      extended by furny.jme.appstate.RootNodeState
All Implemented Interfaces:
com.jme3.app.state.AppState
Direct Known Subclasses:
RenderThumbnailState, SimpleAppState

public class RootNodeState
extends com.jme3.app.state.AbstractAppState

Extended AppState that contains a root node.

Since:
10.08.2012
Author:
Stephan Dreyer

Field Summary
protected  com.jme3.scene.Node rootNode
           
 
Fields inherited from class com.jme3.app.state.AbstractAppState
initialized
 
Constructor Summary
RootNodeState()
           
 
Method Summary
 com.jme3.scene.Node getRootNode()
          Getter for the root node.
 void update(float tpf)
           
 
Methods inherited from class com.jme3.app.state.AbstractAppState
cleanup, initialize, isEnabled, isInitialized, postRender, render, setEnabled, stateAttached, stateDetached
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rootNode

protected com.jme3.scene.Node rootNode
Constructor Detail

RootNodeState

public RootNodeState()
Method Detail

getRootNode

public com.jme3.scene.Node getRootNode()
Getter for the root node.

Returns:
The root node.
Since:
10.08.2012

update

public void update(float tpf)
Specified by:
update in interface com.jme3.app.state.AppState
Overrides:
update in class com.jme3.app.state.AbstractAppState